Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep missing_debug_implementations conditional #222

Closed
wants to merge 1 commit into from

Conversation

deeglaze
Copy link
Contributor

The debug definitions to satisfy deny(missing_debug_implementation) are behind the enable-stacktrack feature, so the denial should also be behind this feature.

The debug definitions to satisfy deny(missing_debug_implementation) are
behind the enable-stacktrack feature, so the denial should also be
behind this feature.

Signed-off-by: Dionna Glaze <[email protected]>
@00xc
Copy link
Member

00xc commented Jan 24, 2024

We should probably just derive Debug for the missing structs instead, this can lead to missing Debug derives if one disables the enable-stacktrace feature

@00xc
Copy link
Member

00xc commented Jan 24, 2024

Turns out the struct missing the derive was not needed in the first place, so it can be deleted altogether. Build should be fixed with #223, so deny(missing_debug_implementation) can be kept unconditionally.

@deeglaze deeglaze closed this Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants